Skip to main content

All Questions

3votes
1answer
413views

Problems getting ADADELTA to converge

I have followed the pseudocode in the ADADELTA paper (top right on page 3), and wrote the following Python code for solving the optimization problem L(x) = x^2: ...
HelloGoodbye's user avatar

close